home *** CD-ROM | disk | FTP | other *** search
- //GoGetPlayer2
-
-
- call setupontriggers
-
- :Fight1
- testrandom 0.5 gotolabel Fight2
- playsound player U2Izarian.Eat2 slot_talk
- gotoactor pathnode11
- gotoactor pathnode37
- playsound player U2Izarian.Idle2 slot_talk
- gotoactor pathnode39
- sleep
-
-
- :Fight2
- inert 1
- playsound player U2Izarian.Taunt1 slot_talk
- gotoactor pathnode5
- gotoactor pathnode46
- gotoactor pathnode48
- playsound player U2Izarian.idle5 slot_talk
- animplay Taunt01_lg 1 1 1
- gotoactor pathnode39
- inert 0
- turntoactor player 2
- sleep
-
-
- :setupontriggers
- return
-
-